projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b3568e
)
(epa-file-insert-file-contents): Fix typo.
author
Daiki Ueno
<ueno@unixuser.org>
Tue, 30 Sep 2008 07:41:49 +0000
(07:41 +0000)
committer
Daiki Ueno
<ueno@unixuser.org>
Tue, 30 Sep 2008 07:41:49 +0000
(07:41 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/epa-file.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index ce275997a5c896d1c2942887591c67956874f573..189eb553ebd5a83fa9c1df9eeebbdc78e1a3159e 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2008-09-30 Daiki Ueno <ueno@unixuser.org>
+
+ * epa-file.el (epa-file-insert-file-contents): Fix typo.
+
2008-09-30 Glenn Morris <rgm@gnu.org>
* progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
diff --git
a/lisp/epa-file.el
b/lisp/epa-file.el
index f621a53e0f1ff4f3d46e83571297cb27f027e84c..abc5bde727739c4173a17977f51d0ed3552d5fc4 100644
(file)
--- a/
lisp/epa-file.el
+++ b/
lisp/epa-file.el
@@
-104,7
+104,7
@@
(error "Attempt to visit less than an entire file"))
(setq file (expand-file-name file))
(let* ((local-copy
- (condition-case
in
l
+ (condition-case
ni
l
(epa-file-run-real-handler #'file-local-copy (list file))
(error)))
(local-file (or local-copy file))